~ruther/guix-local

812d9b4717942c973a94948b8f662c011cecd898 — Hugo Buddelmeijer 2 months ago 82aa5d4
gnu: python-fb-re2: Switch to pyproject-build-system.

* gnu/packages/python-xyz.scm (python-fb-re2): Switch to pyproject-build-system.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest and python-setuptools.

Change-Id: I390e137e77090cb157df4ad9b661ef63b2942ade
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 5649,7 5649,9 @@ API for locking files.")
       (sha256
        (base32
         "0snprxdnh3m45r3b0az4v0l28h90ycmfbybzla6xg1qviwv9w1ak"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest python-setuptools))
    (inputs
     (list re2))
    (home-page "https://github.com/facebook/pyre2")