mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-pylibmc: Switch to pyproject.
* gnu/packages/databases.scm (python-pylibmc)[build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I019b5550ad1d9b492c0b70721fc48427fe653159
This commit is contained in:
parent
8a5ebc1ec8
commit
2078f64fb3
1 changed files with 2 additions and 2 deletions
|
|
@ -883,7 +883,7 @@ client.")
|
|||
(uri (pypi-uri "pylibmc" version))
|
||||
(sha256
|
||||
(base32 "1q06696lxpqn155sydg3z6dksimks6n35q72zdjsvarpal8ldypf"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
@ -892,7 +892,7 @@ client.")
|
|||
(lambda _
|
||||
(invoke "memcached" "-d"))))))
|
||||
(native-inputs
|
||||
(list memcached python-pytest))
|
||||
(list memcached python-pytest python-setuptools))
|
||||
(inputs
|
||||
(list libmemcached zlib cyrus-sasl))
|
||||
(home-page "https://sendapatch.se/projects/pylibmc/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue