[GH-ISSUE #238] requrements.txt incomplete, new api #158

Open
opened 2026-02-27 15:57:34 +03:00 by kerem · 1 comment
Owner

Originally created by @schmirgo on GitHub (May 17, 2019).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/238

requirements.txt does not contain readerwriterlock (unsure if needed)
requirements.txt does not contain rwlock

Fixes in utils.py and connection.py were necessary due to api changes in rwlock to get it running
Had to rename class reference/instantiation of ReadWriteLock to RWLock

Originally created by @schmirgo on GitHub (May 17, 2019). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/238 requirements.txt does not contain readerwriterlock (unsure if needed) requirements.txt does not contain rwlock Fixes in utils.py and connection.py were necessary due to api changes in rwlock to get it running Had to rename class reference/instantiation of ReadWriteLock to RWLock
Author
Owner

@catborise commented on GitHub (May 20, 2019):

RWLock comes with django but i do not know rwlock equals to djangos' RWLock.
no need to install rwlock with requirements because it is there already as file under vrtManager/rwlock.py

<!-- gh-comment-id:493849670 --> @catborise commented on GitHub (May 20, 2019): RWLock comes with django but i do not know rwlock equals to djangos' RWLock. no need to install rwlock with requirements because it is there already as file under vrtManager/rwlock.py
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#158
No description provided.