gnu: python-pygpgme: Use GnuPG 1 for the test suite.
* gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme)[inputs]: Use gnupg-1 and make it a native-input.
This commit is contained in:
		
							parent
							
								
									5965b08307
								
							
						
					
					
						commit
						e6f63412c9
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -492,9 +492,10 @@ distributed separately.")
 | 
				
			||||||
           (lambda _
 | 
					           (lambda _
 | 
				
			||||||
             (zero? (system* "make" "check")))))))
 | 
					             (zero? (system* "make" "check")))))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     `(("gnupg" ,gnupg-1)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("gnupg" ,gnupg-2.0)
 | 
					     `(("gpgme" ,gpgme)))
 | 
				
			||||||
       ("gpgme" ,gpgme)))
 | 
					 | 
				
			||||||
    (home-page "https://launchpad.net/pygpgme")
 | 
					    (home-page "https://launchpad.net/pygpgme")
 | 
				
			||||||
    (synopsis "Python module for working with OpenPGP messages")
 | 
					    (synopsis "Python module for working with OpenPGP messages")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue