Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 892958 Details for
Bug 931286
app-admin/setools-4.5.1 fails to compile: patch -p1 failed with setools-4.4.2-remove-gui.patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove-gui patch for v4.5.1
setools-4.5.1-remove-gui.patch (text/plain), 1.17 KB, created by
Jan Breig
on 2024-05-15 08:20:44 UTC
(
hide
)
Description:
remove-gui patch for v4.5.1
Filename:
MIME Type:
Creator:
Jan Breig
Created:
2024-05-15 08:20:44 UTC
Size:
1.17 KB
patch
obsolete
>diff --git a/setup.py b/setup.py >index 05aac33..c685791 100644 >--- a/setup.py >+++ b/setup.py >@@ -70,13 +70,10 @@ setup(name='setools', > author='Chris PeBenito', > author_email='pebenito@ieee.org', > url='https://github.com/SELinuxProject/setools', >- packages=['setools', 'setools.checker', 'setools.diff', 'setoolsgui', 'setoolsgui.widgets', >- 'setoolsgui.widgets.criteria', 'setoolsgui.widgets.details', >- 'setoolsgui.widgets.models', 'setoolsgui.widgets.views'], >- scripts=['apol', 'sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta', 'sechecker'], >+ packages=['setools', 'setools.checker', 'setools.diff'], >+ scripts=['sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta', 'sechecker'], > data_files=installed_data, >- package_data={'': ['*.css', '*.html'], >- 'setools': ['perm_map', 'policyrep.pyi', 'py.typed']}, >+ package_data={'setools': ['perm_map', 'policyrep.pyi', 'py.typed']}, > ext_modules=cythonize(ext_py_mods, include_path=['setools/policyrep'], > annotate=cython_annotate, > compiler_directives={"language_level": 3,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 931286
:
892331
| 892958