mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
python3Packages.acme: remove mock from propagatedBuildInputs
This commit is contained in:
parent
594399e51a
commit
d869ed778e
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@
|
|||
, requests-toolbelt
|
||||
, six
|
||||
, werkzeug
|
||||
, mock
|
||||
, ndg-httpsclient
|
||||
}:
|
||||
|
||||
|
@ -21,7 +20,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
cryptography pyasn1 pyopenssl pyRFC3339 pytz requests requests-toolbelt six
|
||||
werkzeug mock ndg-httpsclient josepy
|
||||
werkzeug ndg-httpsclient josepy
|
||||
];
|
||||
|
||||
# does not contain any tests
|
||||
|
|
Loading…
Reference in a new issue