3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-protobuf-3.6: Add missing input.

This was removed from python-protobuf in
5f8491ea95.

* gnu/packages/protobuf.scm (python-protobuf-3.6)[inputs]: Add python-six.
This commit is contained in:
Christopher Baines 2022-05-27 13:57:20 +01:00
parent 38bf6c7d0c
commit 57be6ba0f3
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -300,7 +300,10 @@ structured data.")
(uri (pypi-uri "protobuf" version))
(sha256
(base32
"04bqb12smlckzmgkj6vgmpbr3cby0n6726cmz33bqr7kn1vb728l"))))))
"04bqb12smlckzmgkj6vgmpbr3cby0n6726cmz33bqr7kn1vb728l"))))
(inputs
(cons python-six
(package-inputs python-protobuf)))))
(define-public python-proto-plus
(package