guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

96/103: gnu: python-pytest-django: Remove needless propagated input "pyt


From: Hartmut Goebel
Subject: 96/103: gnu: python-pytest-django: Remove needless propagated input "python-py".
Date: Tue, 25 Oct 2016 17:47:57 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit f221b1764b01e3a6d6d59220c59d0df4c9578b9d
Author: Hartmut Goebel <address@hidden>
Date:   Sun Oct 23 22:22:34 2016 +0200

    gnu: python-pytest-django: Remove needless propagated input "python-py".
    
    This is already propagated by python-pytest.
    
    * gnu/packages/python.scm (python-pytest-django) [propagated-inputs]:
      Remove python-py.
---
 gnu/packages/django.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index ce48eca..5ca03e2 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -142,8 +142,7 @@ with arguments to the field constructor.")
     (native-inputs
      `(("python-setuptools-scm" ,python-setuptools-scm)))
     (propagated-inputs
-     `(("python-py" ,python-py)
-       ("python-pytest" ,python-pytest)))
+     `(("python-pytest" ,python-pytest)))
     (home-page "http://pytest-django.readthedocs.org/";)
     (synopsis "Django plugin for py.test")
     (description "Pytest-django is a plugin for py.test that provides a set of



reply via email to

[Prev in Thread] Current Thread [Next in Thread]