mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Update debian/control as suggested in #359
This commit is contained in:
		
							
								
								
									
										10
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							| @@ -11,8 +11,9 @@ X-Python3-Version: >= 3.2 | |||||||
| Package: python-gpiozero | Package: python-gpiozero | ||||||
| Architecture: all | Architecture: all | ||||||
| Section: python | Section: python | ||||||
| Depends: ${misc:Depends}, ${python:Depends}, python-rpi.gpio | Depends: ${misc:Depends}, ${python:Depends} | ||||||
| Suggests: python-spidev, python-gpiozero-docs | Recommends: python-rpi.gpio, python-spidev | ||||||
|  | Suggests: python-gpiozero-docs | ||||||
| Description: Simple API for controlling devices attached to the GPIO pins. | Description: Simple API for controlling devices attached to the GPIO pins. | ||||||
|  gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify |  gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify | ||||||
|  interaction with devices connected to the GPIO pins, from simple buttons and |  interaction with devices connected to the GPIO pins, from simple buttons and | ||||||
| @@ -24,8 +25,9 @@ Description: Simple API for controlling devices attached to the GPIO pins. | |||||||
| Package: python3-gpiozero | Package: python3-gpiozero | ||||||
| Architecture: all | Architecture: all | ||||||
| Section: python | Section: python | ||||||
| Depends: ${misc:Depends}, ${python3:Depends}, python3-rpi.gpio | Depends: ${misc:Depends}, ${python3:Depends} | ||||||
| Suggests: python3-spidev, python-gpiozero-docs | Recommends: python3-rpi.gpio, python3-spidev | ||||||
|  | Suggests: python-gpiozero-docs | ||||||
| Description: Simple API for controlling devices attached to the GPIO pins. | Description: Simple API for controlling devices attached to the GPIO pins. | ||||||
|  gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify |  gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify | ||||||
|  interaction with devices connected to the GPIO pins, from simple buttons and |  interaction with devices connected to the GPIO pins, from simple buttons and | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user