Skip to content

Commit

Permalink
python-attrs: Fix build from missing providers (o_O)
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Oct 10, 2024
1 parent bacd27f commit 9d0cfc8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
Binary file modified p/python-attrs/manifest.x86_64.bin
Binary file not shown.
16 changes: 8 additions & 8 deletions p/python-attrs/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
"python-attrs": {
"build-depends": [
"binary(python3)",
"python(hatchling)",
"python-hatch-fancy-pypi-readme",
"python-hatch-vcs",
"python-hatchling",
"python-installer",
"python-packaging",
"python-setuptools_scm",
"python-wheel"
"python-hatch-vcs"
],
"depends": [
"binary(python3)"
Expand Down Expand Up @@ -91,10 +87,14 @@
"/usr/lib/python3.11/site-packages/attrs/setters.py",
"/usr/lib/python3.11/site-packages/attrs/validators.py"
],
"name": "python-attrs"
"name": "python-attrs",
"provides": [
"python(attrs(3.11))",
"python(attrs)"
]
}
},
"source-name": "python-attrs",
"source-release": "2",
"source-release": "4",
"source-version": "24.2.0"
}
7 changes: 3 additions & 4 deletions p/python-attrs/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : python-attrs
version : 24.2.0
release : 2
release : 4
homepage : https://pypi.org/project/attrs
upstreams :
- https://files.pythonhosted.org/packages/source/a/attrs/attrs-24.2.0.tar.gz : 5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346
Expand All @@ -17,9 +17,8 @@ license :
builddeps :
- binary(python3)
- python(hatchling)
- python(hatch_vcs)
- python(hatch_fancy_pypi_readme)
- python(setuptools_scm)
- python-hatch-vcs
- python-hatch-fancy-pypi-readme
rundeps :
- binary(python3)
build : |
Expand Down

0 comments on commit 9d0cfc8

Please sign in to comment.