gnu: python-h5py: Remove needless "python2-variant" property.

* gnu/packages/python.scm (python-h5py) [python2-variant]: Remove
  property. (python2-h5py): Don't strip property "strip-python2-variant".
This commit is contained in:
Hartmut Goebel 2016-09-28 14:38:54 +02:00
parent d9a6e221e2
commit 9820a02858
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 2 additions and 3 deletions

View File

@ -757,11 +757,10 @@ HDF5 library from Python. The low-level interface is intended to be a
complete wrapping of the HDF5 API, while the high-level component supports
access to HDF5 files, datasets and groups using established Python and NumPy
concepts.")
(license license:bsd-3)
(properties `((python2-variant . ,(delay python2-h5py))))))
(license license:bsd-3)))
(define-public python2-h5py
(package-with-python2 (strip-python2-variant python-h5py)))
(package-with-python2 python-h5py))
(define-public python-lockfile
(package