mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-02 13:59:07 +03:00
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
This commit is contained in:
parent
d364e06e4b
commit
1ec5651913
117 changed files with 205 additions and 205 deletions
|
@ -9,7 +9,7 @@
|
|||
, mock
|
||||
, requests
|
||||
, uritemplate
|
||||
, dateutil
|
||||
, python-dateutil
|
||||
, jwcrypto
|
||||
, pyopenssl
|
||||
, ndg-httpsclient
|
||||
|
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||
checkInputs = [ betamax pytest betamax-matchers ]
|
||||
++ lib.optional (pythonOlder "3") unittest2
|
||||
++ lib.optional (pythonOlder "3.3") mock;
|
||||
propagatedBuildInputs = [ requests uritemplate dateutil jwcrypto pyopenssl ndg-httpsclient pyasn1 ];
|
||||
propagatedBuildInputs = [ requests uritemplate python-dateutil jwcrypto pyopenssl ndg-httpsclient pyasn1 ];
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e 's/unittest2 ==0.5.1/unittest2>=0.5.1/' setup.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue