mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	T3663: build python3-inotify package using stdeb
This commit is contained in:
		
							parent
							
								
									337c69ce79
								
							
						
					
					
						commit
						745a348bd1
					
				| @ -319,10 +319,17 @@ RUN apt-get update && apt-get install -y \ | ||||
|       python3-netifaces \ | ||||
|       python3-jinja2 \ | ||||
|       python3-psutil \ | ||||
|       python3-stdeb \ | ||||
|       python3-all \ | ||||
|       python3-coverage \ | ||||
|       quilt \ | ||||
|       whois | ||||
| 
 | ||||
| Run git clone https://github.com/dsoprea/PyInotify.git /tmp/inotify && \ | ||||
|     cd /tmp/inotify && \ | ||||
|     python3 setup.py --command-packages=stdeb.command bdist_deb && \ | ||||
|     sudo dpkg -i ./deb_dist/python3-inotify*.deb | ||||
| 
 | ||||
| # Packages needed for vyos-1x-xdp package, gcc-multilib is not available on | ||||
| # arm64 but required by XDP | ||||
| RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user