Skip to content

Commit

Permalink
I no longer trust the automagic dependencies
Browse files Browse the repository at this point in the history
see #3945 (comment) for details
  • Loading branch information
totaam committed Jan 18, 2024
1 parent 51cfb4e commit e39bbd5
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/rpm/python3-Cython.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
%define _disable_source_fetch 0
%define __python_requires %{nil}
%define __pythondist_requires %{nil}
Autoreq: 0

Name: python3-Cython
Version: 3.0.8
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/python3-cairo.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
%define _disable_source_fetch 0
%define __python_requires %{nil}
%define __pythondist_requires %{nil}
Autoreq: 0

Name: pycairo
Version: 1.20.0
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/python3-pycuda.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
%define __requires_exclude ^libcuda.*$

%define _disable_source_fetch 0
%define __python_requires %{nil}
%define __pythondist_requires %{nil}
Autoreq: 0
%global debug_package %{nil}

%define STUBS_DIR targets/x86_64-linux/lib/stubs/
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/python3-pynvml.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# later version. See the file COPYING for details.

%define _disable_source_fetch 0
%define __python_requires %{nil}
%define __pythondist_requires %{nil}
Autoreq: 0
#this is a pure python package so debug is meaningless here:
%define debug_package %{nil}

Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/python3-pytools.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
%define _disable_source_fetch 0
%define __python_requires %{nil}
%define __pythondist_requires %{nil}
Autoreq: 0

Name: python3-pytools
Version: 2022.1.14
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/python3-pyu2f.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# later version. See the file COPYING for details.

%define _disable_source_fetch 0
%define __python_requires %{nil}
%define __pythondist_requires %{nil}
Autoreq: 0
#this is a pure python package so debug is meaningless here:
%define debug_package %{nil}

Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/python3-uinput.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
%define _disable_source_fetch 0
%define __python_requires %{nil}
%define __pythondist_requires %{nil}
Autoreq: 0

Name: python3-uinput
Version: 0.11.2
Expand Down
4 changes: 4 additions & 0 deletions packaging/rpm/python3-wheel.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
%define _disable_source_fetch 0
%define __python_requires %{nil}
%define __pythondist_requires %{nil}
Autoreq: 0

%define python3_version %(python3 -c 'import sys;vi=sys.version_info;print(f"{vi[0]}.{vi[1]}")')
%define python3_minor %(python3 -c 'import sys;vi=sys.version_info;print(f"{vi[1]}")')

Expand Down

0 comments on commit e39bbd5

Please sign in to comment.