Add checksum for py-requests-unixsocket 0.3.0 (#33206)
This commit is contained in:
parent
7f49cc2d17
commit
7d4fa0ea00
1 changed files with 2 additions and 1 deletions
|
@ -12,9 +12,10 @@ class PyRequestsUnixsocket(PythonPackage):
|
||||||
homepage = "https://github.com/msabramo/requests-unixsocket"
|
homepage = "https://github.com/msabramo/requests-unixsocket"
|
||||||
pypi = "requests-unixsocket/requests-unixsocket-0.2.0.tar.gz"
|
pypi = "requests-unixsocket/requests-unixsocket-0.2.0.tar.gz"
|
||||||
|
|
||||||
|
version("0.3.0", sha256="28304283ea9357d45fff58ad5b11e47708cfbf5806817aa59b2a363228ee971e")
|
||||||
version("0.2.0", sha256="9e5c1a20afc3cf786197ae59c79bcdb0e7565f218f27df5f891307ee8817c1ea")
|
version("0.2.0", sha256="9e5c1a20afc3cf786197ae59c79bcdb0e7565f218f27df5f891307ee8817c1ea")
|
||||||
|
|
||||||
depends_on("py-setuptools", type="build")
|
depends_on("py-setuptools", type="build")
|
||||||
depends_on("py-pbr", type="build")
|
depends_on("py-pbr", type="build")
|
||||||
depends_on("py-requests@1.1:", type=("build", "run"))
|
depends_on("py-requests@1.1:", type=("build", "run"))
|
||||||
depends_on("py-urllib3@1.8:", type=("build", "run"))
|
depends_on("py-urllib3@1.8:", when="@:0.2.0", type=("build", "run"))
|
||||||
|
|
Loading…
Reference in a new issue