Skip to content

Commit c1d29de

Browse files
committed
Use provides namespaces
Signed-off-by: Cristian Le <[email protected]>
1 parent 546dca4 commit c1d29de

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/examples/downstream/nanobind_example/main.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ adjust:
33
enabled: false
44
because: Nanobind is not yet packaged on Fedora
55
#require+:
6-
# - python3-nanobind
6+
# - python3dist(nanobind)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
summary: Pybind downstream example
22
require+:
33
- gcc-c++
4-
- pybind11-devel
4+
- python3dist(pybind11)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
summary: Cython example project
22
require+:
3-
- python3-cython
3+
- python3dist(cython)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
summary: F2PY example project
22
require+:
33
- gcc-gfortran
4-
- python3-numpy
4+
- python3dist(numpy)
55
- python3-numpy-f2py

docs/examples/getting_started/nanobind/main.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ adjust:
33
enabled: false
44
because: Nanobind is not yet packaged on Fedora
55
#require+:
6-
# - python3-nanobind
6+
# - python3dist(nanobind)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
summary: Pybind example project
22
require+:
33
- gcc-c++
4-
- pybind11-devel
4+
- python3dist(pybind11)

0 commit comments

Comments
 (0)