mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 16:45:55 +03:00
[PR #333] [CLOSED] Change requirements to accepted comparisons operator #459
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#459
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/333
Author: @0x4A6F
Created: 4/5/2018
Status: ❌ Closed
Base:
master← Head:requirements📝 Commits (1)
40f7dd9Change requirements to accepted comparisons operator📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
requirements.d/all.txt(+1 -1)📄 Description
Running pip install on requirements.d/all.txt (in this example invoked by prod.txt) yields following error, while using
pip 1.5.6 (python 3.4).Changing the operator
~=to the accepted operator>=[0] fixes this problem.[0] https://docs.python.org/3/distutils/setupscript.html#relationships-between-distributions-and-packages
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.