~ruther/guix-local

ed911d2be4d1021d7d2d7bb1279730e80d505c30 — Sharlatan Hellseher 4 months ago f5664f9
gnu: python-protobuf: Switch to pyproject.

* gnu/packages/protobuf.scm (python-protobuf)[build-system]: Switch to
pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: Ia3cc2b575f81bcf03638db899b13dec1757ec3c8
1 files changed, 6 insertions(+), 1 deletions(-)

M gnu/packages/protobuf.scm
M gnu/packages/protobuf.scm => gnu/packages/protobuf.scm +6 -1
@@ 564,7 564,12 @@ mechanism for serializing structured data.")
       (sha256
        (base32
         "1wh5f4rnzbv46xy1rx62cprhg5hqf2py06s9b7rfpzwwki12fd1f"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (arguments
     (list
      #:tests? #f)) ; no tests provided for Python variant
    (native-inputs
     (list python-setuptools))
    ;; The C++ implementation is not compatible with Python 3.11, so we cannot
    ;; pass --cpp_implementation any more.
    (inputs (list protobuf-3.20))