~ruther/guix-local

7403fdb9c2e209b7e6fb51fca2fd5c56088d272c — Sharlatan Hellseher 11 months ago adce9d9
gnu: python-passlib: Swap Nose with Pytest.

* gnu/packages/python-crypto.scm (python-passlib)
  [native-inputs]: Remove python-nose; add python-pytest.

Change-Id: I3d963259f5553fbeb935aa031001732960c6aee8
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-crypto.scm
M gnu/packages/python-crypto.scm => gnu/packages/python-crypto.scm +1 -1
@@ 152,7 152,7 @@ Password Scheme\"} by Niels Provos and David Mazieres.")
            (lambda _
              (setenv "PYTHON_EGG_CACHE" "/tmp"))))))
    (native-inputs
     (list python-nose python-setuptools python-wheel))
     (list python-pytest python-setuptools python-wheel))
    (propagated-inputs
     (list python-argon2-cffi python-bcrypt python-cryptography))
    (home-page "https://bitbucket.org/ecollins/passlib")