mirror of
				https://pagure.io/fedora-kickstarts.git
				synced 2025-10-30 23:05:59 +00:00 
			
		
		
		
	python-classroom: add/delete some excludes for armhfp
When trying to build python classroom for armhfp we end up in quite a dependency hell. Hunspell was the first issue (fixed in the previous commit). Then there was all of this: ``` Problem 1: conflicting requests - nothing provides libedataserver-1.2.so.23()(64bit) needed by gnome-shell-3.27.1-5.fc28.x86_64 Problem 2: conflicting requests - nothing provides dleyna-renderer needed by gnome-photos-3.27.90-1.fc28.x86_64 Problem 3: conflicting requests - nothing provides gnome-user-docs needed by gnome-getting-started-docs-3.26.2-2.fc28.noarch Problem 4: package NetworkManager-openconnect-gnome-1.2.4-9.fc28.x86_64 requires libopenconnect.so.5()(64bit), but none of the providers can be installed - conflicting requests - nothing provides libtspi.so.1()(64bit) needed by openconnect-7.08-5.fc28.x86_64 Problem 5: package gnome-initial-setup-3.27.90-2.fc28.x86_64 requires gdm, but none of the providers can be installed - package gdm-1:3.27.4-4.fc28.i686 requires gnome-shell, but none of the providers can be installed - package gdm-1:3.27.4-4.fc28.x86_64 requires gnome-shell, but none of the providers can be installed - conflicting requests - nothing provides libedataserver-1.2.so.23()(64bit) needed by gnome-shell-3.27.1-5.fc28.x86_64 Problem 6: package gnome-shell-extension-window-list-3.27.1-3.fc28.noarch requires gnome-shell-extension-common = 3.27.1-3.fc28, but none of the providers can be installed - package gnome-classic-session-3.27.1-3.fc28.noarch requires gnome-shell-extension-window-list = 3.27.1-3.fc28, but none of the providers can be installed - package gnome-shell-extension-common-3.27.1-3.fc28.noarch requires gnome-shell >= 3.27.1, but none of the providers can be installed - conflicting requests - nothing provides libedataserver-1.2.so.23()(64bit) needed by gnome-shell-3.27.1-5.fc28.x86_64 Problem 7: conflicting requests - package gdm-1:3.27.4-4.fc28.i686 requires gnome-shell, but none of the providers can be installed - package gdm-1:3.27.4-4.fc28.x86_64 requires gnome-shell, but none of the providers can be installed - nothing provides libedataserver-1.2.so.23()(64bit) needed by gnome-shell-3.27.1-5.fc28.x86_64 ``` Note: I used an x86_64 machine to do the dependency debugging. So here is what I decided to do: - remove `-evolution*` (evolution-data-server provides libedataserver-1.2.so.23()(64bit)) - remove `-trousers-lib` (trousers-lib provides libtspi.so.1()(64bit)) - add `-gnome-photos` since a lot of other gnome apps were excluded - add `-gnome-getting-started-docs` since gnome-user-docs was excluded Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
		
							parent
							
								
									45274f6e14
								
							
						
					
					
						commit
						916c612a87
					
				| @ -38,7 +38,6 @@ initial-setup | |||||||
| initial-setup-gui | initial-setup-gui | ||||||
| -iwl* | -iwl* | ||||||
| -ipw* | -ipw* | ||||||
| -trousers-lib |  | ||||||
| -usb_modeswitch | -usb_modeswitch | ||||||
| -iproute-tc | -iproute-tc | ||||||
| #lets resize / on first boot | #lets resize / on first boot | ||||||
|  | |||||||
| @ -18,7 +18,6 @@ python3-pillow-tk | |||||||
| -@sound-and-video | -@sound-and-video | ||||||
| -@multimedia | -@multimedia | ||||||
| -dleyna* | -dleyna* | ||||||
| -evolution* |  | ||||||
| -gnome-boxes | -gnome-boxes | ||||||
| -gnome-calendar | -gnome-calendar | ||||||
| -gnome-clocks | -gnome-clocks | ||||||
| @ -27,6 +26,7 @@ python3-pillow-tk | |||||||
| -gnome-documents | -gnome-documents | ||||||
| -gnome-font-viewer | -gnome-font-viewer | ||||||
| -gnome-maps | -gnome-maps | ||||||
|  | -gnome-photos | ||||||
| -gnome-weather | -gnome-weather | ||||||
| -grilo-plugins | -grilo-plugins | ||||||
| -cheese | -cheese | ||||||
| @ -60,6 +60,7 @@ python3-pillow-tk | |||||||
| 
 | 
 | ||||||
| # Help and art can be big, too | # Help and art can be big, too | ||||||
| -gnome-user-docs | -gnome-user-docs | ||||||
|  | -gnome-getting-started-docs | ||||||
| -desktop-backgrounds-basic | -desktop-backgrounds-basic | ||||||
| -*backgrounds-extras | -*backgrounds-extras | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user