On Tue, 9 Feb 2016 03:11:01 -0500 Leo Famulari wrote: > * gnu/packages/python.scm (python-wheel)[properties]: New field. > (python2-wheel): Use 'strip-python2-variant'. > --- > gnu/packages/python.scm | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 0a90e48..4d6b1f7 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -2141,16 +2141,16 @@ packages will be properly installed with only the @code{Unpack} step and the > unpacked archive preserves enough information to @code{Spread} (copy data and > scripts to their final locations) at any later time. Wheel files can be > installed with a newer @code{pip} or with wheel's own command line utility.") > - (license license:expat))) > + (license license:expat) > + (properties `((python2-variant . ,(delay python2-wheel)))))) > > (define-public python2-wheel > - (let ((wheel (package-with-python2 python-wheel))) > + (let ((wheel (package-with-python2 > + (strip-python2-variant python-wheel)))) > (package (inherit wheel) > - (native-inputs > - `(("python2-functools32" ,python2-functools32) > - ("python2-jsonschema" ,python2-jsonschema) > - ,@(alist-delete "python-jsonschema" > - (package-native-inputs wheel))))))) > + (native-inputs `(("python2-functools32" ,python2-functools32) > + ,@(package-native-inputs wheel)))))) > + > > (define-public python-requests > (package You can delete the python2-wheel specified in python2-requests, which means you can follow python2-requests around and delete those ones specified also. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted